handle type 3 record like type 2 record until we figure out what those other two...
authorparkrrrr <parkrrrr>
Mon, 17 Jul 2006 18:37:19 +0000 (18:37 +0000)
committerparkrrrr <parkrrrr>
Mon, 17 Jul 2006 18:37:19 +0000 (18:37 +0000)
tomtom.c

index 97dcb81f0de503c46270049fc301a39ef94eff1a..4a89d4133970a2b0b783a7944301a8bc92799f15 100644 (file)
--- a/tomtom.c
+++ b/tomtom.c
@@ -104,7 +104,7 @@ data_read(void)
                        read_long( file_in );
                        read_long( file_in );
                }
-               else if ( rectype == 2 ) {
+               else if ( rectype == 2 || rectype == 3 ) {
                        recsize = read_long( file_in );
                        x = read_long( file_in );
                        y = read_long( file_in );